Skip to content

E05 - Exercicios de JS - DP#77

Open
Daprats wants to merge 9 commits into
COLTEC-DAW:masterfrom
Daprats:master
Open

E05 - Exercicios de JS - DP#77
Daprats wants to merge 9 commits into
COLTEC-DAW:masterfrom
Daprats:master

Conversation

@Daprats

@Daprats Daprats commented Apr 22, 2023

Copy link
Copy Markdown

Todos exercícios, exceto os da parte de Alta ordem.

Comment thread JS/Triangulo.js

for (let i = 0; i < linhas; i++) {
for (var j = 0; j <= (i + 1); j++) {
document.write('#') // n sei pq mas n consegui fazer esse ex usando console.log

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jemaf jemaf left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tudo certo, com exceção de funções de alta ordem.

Nota: 0,75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants